home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / db3ut10u.zip / COUNT3.DOC next >
Text File  |  1991-10-12  |  1KB  |  51 lines

  1. NAME
  2.     count3 - count records in dBase III files v1.1a, may 1991.
  3.  
  4.  
  5. SYNOPSIS
  6.     count3 [-h] file [files...]
  7.  
  8.  
  9. DESCRIPTION
  10.     `count3' counts the total number of undeleted records stored into
  11.     dBase III files specified through the command line.
  12.     Output is in the form:
  13.  
  14.         filename:  n  (m)
  15.  
  16.     where `n' is the total number of records in the file and `m' is the
  17.     number of undeleted records.
  18.  
  19.  
  20. COMMAND LINE OPTIONS
  21.     -h      help
  22.  
  23.  
  24. EXIT STATUS
  25.     0       no errors
  26.     1       command line error (usage error)
  27.     2       errors opening all files
  28.     3       unknown command line option
  29.  
  30.  
  31. EXAMPLES
  32.     count3 *.dbf
  33.  
  34.  
  35. SEE ALSO
  36.     egrep3, fgrep3, pack3, stru3, zap3.
  37.  
  38.  
  39. AUTHORS
  40.     Legovich Danilo.
  41.  
  42.  
  43. COPYRIGHT
  44.     This program is a part of a shareware product. You may register
  45.     using the order form (file "ORDER.TXT") provided with the package.
  46.     For any suggestion or problem contact the author at this e-mail
  47.     address:
  48.  
  49.             dany@alessia.dei.unipd.it
  50.  
  51.